ASP.NET MVC Controls
FlexGridGroupPanel<T> Constructor

The grid which owns this group panel.
The selector specifies the element of the group panel.
Initializes a new instance of the FlexGridGroupPanel class.
Syntax
'Declaration
 
Public Function New( _
   ByVal grid As FlexGridBase(Of T), _
   Optional ByVal selector As String _
)
public FlexGridGroupPanel<T>( 
   FlexGridBase<T> grid,
   string selector
)

Parameters

grid
The grid which owns this group panel.
selector
The selector specifies the element of the group panel.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlexGridGroupPanel<T> Class
FlexGridGroupPanel<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback